projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82852a9
)
htop: tell which variant of ncurses to look for
author
Maxim Storchak
<
[email protected]
>
Tue, 18 Mar 2025 16:03:46 +0000
(18:03 +0200)
committer
Etienne Champetier
<
[email protected]
>
Tue, 18 Mar 2025 19:52:30 +0000
(15:52 -0400)
Signed-off-by: Maxim Storchak <
[email protected]
>
admin/htop/Makefile
patch
|
blob
|
history
diff --git
a/admin/htop/Makefile
b/admin/htop/Makefile
index 118531643e88358582d274d97a1afd3eed468164..8a53fb5dd3e307abaf97250e7e714d1f6522c797 100644
(file)
--- a/
admin/htop/Makefile
+++ b/
admin/htop/Makefile
@@
-9,7
+9,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=htop
PKG_VERSION:=3.4.0
-PKG_RELEASE:=
1
+PKG_RELEASE:=
2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/htop-dev/htop/tar.gz/$(PKG_VERSION)?
@@
-63,7
+63,8
@@
CONFIGURE_ARGS += \
--disable-delayacct \
--disable-unicode \
--disable-unwind \
- --disable-hwloc
+ --disable-hwloc \
+ --with-curses=ncursesw
CONFIGURE_VARS += \
ac_cv_file__proc_stat=yes \